widget: Make invisible widgets not propagate resizes
authorBenjamin Otte <otte@redhat.com>
Thu, 1 Oct 2015 20:38:31 +0000 (22:38 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 28 Oct 2015 18:44:29 +0000 (19:44 +0100)
commite07ff714b9eec37f4789e093ab1d199ffea29f46
tree7779a4974a21eeeed105bad6a21cd8dcf4a8eee6
parentbef44ab294e5263f7c318c17cf664d862ca0b8b3
widget: Make invisible widgets not propagate resizes

Do not queue a resize on the parent if the widget is not visible.
Invisible widgets do not influence the parents size.
gtk/gtkwidget.c